home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / tcp / AbStartTCP.lha / ResumeTCP < prev    next >
Text File  |  1996-11-07  |  420b  |  24 lines

  1. execute StartTCP
  2. if $AbcsLastTCP EQ "1"
  3.   AmiTCP:bin/StartNet1 $AbcsIP
  4. else
  5.   if $AbcsLastTCP EQ "2"
  6.     AmiTCP:bin/StartNet2
  7.   else
  8.     if $AbcsLastTCP EQ "3"
  9.       AmiTCP:bin/StartNet3
  10.     else
  11.       if $AbcsLastTCP EQ "4"
  12.         AmiTCP:bin/StartNet4
  13.         else
  14.           if $AbcsLastTCP EQ "5"
  15.             AmiTCP:bin/startnet5 $AbcsIP
  16.           endif
  17.       endif
  18.     endif
  19.   endif
  20. endif
  21.  
  22. ; ABCS AmiTcp resume ...
  23.  
  24.